From 802568af3189311f78d5c4397e14470bc2807573 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sat, 5 Oct 2002 04:31:40 +0000 Subject: [PATCH] (Fformat_time_string): Doc fix. --- src/editfns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editfns.c b/src/editfns.c index 8640111c167..3b71d592bd1 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1450,8 +1450,8 @@ Finally, %n is a newline, %t is a tab, %% is a literal %. Certain flags and modifiers are available with some format controls. The flags are `_', `-', `^' and `#'. For certain characters X, %_X is like %X, but padded with blanks; %-X is like %X, -ut without padding. %^X is like %X but with all textual -characters up-cased; %#X is like %X but with letter-case of +but without padding. %^X is like %X, but with all textual +characters up-cased; %#X is like %X, but with letter-case of all textual characters reversed. %NX (where N stands for an integer) is like %X, but takes up at least N (a number) positions. -- 2.30.2